home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / vbcc / machines / amiga68k / libsrc / ixemul / support / fltubl.s < prev    next >
Encoding:
Text File  |  1998-06-24  |  150 b   |  9 lines

  1.     xdef    __ieeefltubl
  2.     xref    ___floatsisf
  3. __ieeefltubl:
  4.     moveq   #0,d0
  5.     move.b  4(a7),d0
  6.     move.l  d0,4(a7)
  7.     jmp     ___floatsisf
  8.  
  9.